home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / actions / 00513_Script_Title name button highlight < prev    next >
Encoding:
Text File  |  1999-10-13  |  193 b   |  12 lines

  1.  
  2. on mouseWithin me
  3.   set the backcolor of sprite the currentSpriteNum to 2
  4.   cursor 280
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9. set the backcolor of sprite the currentSpriteNum to 0
  10.   cursor -1
  11. end
  12.